From: Jochen Sprickerhof Date: Fri, 2 Dec 2016 09:37:06 +0000 (+0100) Subject: Enable parallel on all architectures again X-Git-Tag: archive/raspbian/1.14.0+dfsg-2+rpi1^2~167 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=8ab26bcb7b61bcabf96ddde688e17e5dac43cb3e;p=pcl.git Enable parallel on all architectures again Closes: #846520 --- diff --git a/debian/rules b/debian/rules index e2bcd8ce..e837d7f9 100755 --- a/debian/rules +++ b/debian/rules @@ -20,14 +20,6 @@ BUILD_DOC = $(if $(shell dh_listpackages | grep libpcl-doc),-DWITH_DOCS=ON) # Multiarch. DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) -# Num bits -DEB_HOST_ARCH_BITS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_BITS) - -ifeq ($(DEB_HOST_ARCH_BITS),32) - PARALLEL= -else - PARALLEL=--parallel -endif .PHONY: override_dh_auto_configure \ override_dh_install \ @@ -102,7 +94,7 @@ override_dh_installchangelogs: %: - dh $@ $(PARALLEL) --builddirectory=build + dh $@ --parallel --builddirectory=build get-orig-source: